home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wrcmdd / history.doc < prev    next >
Text File  |  1995-02-28  |  2KB  |  46 lines

  1. Winsock RCMD.DLL Version History
  2. --------------------------------
  3.  
  4. Version 1.0  -  Initial Release
  5.  
  6. Version 1.1  -  Minor changes.
  7.  (11/30/94)
  8.  
  9. Version 1.2  -  RCMD.DLL would only allow a host name to be used, not an
  10.  (12/13/94)     IP address (i.e., a dotted-decimal address of the host).  For
  11.                 example, using a host of "89.0.0.8" would result in a
  12.                 "Record Not Found" error from Windows Sockets.
  13.  
  14.                 This occurred because the Windows Sockets "gethostbyname()"
  15.                 function only allows host names to be specified, unlike Unix,
  16.                 which allows both IP addresses and host names.  RCMD.DLL now
  17.                 determine whether or not you have specified a host name or IP
  18.                 address and adjusts accordingly.
  19.  
  20. Version 1.3  -  DLL now uses the large model.
  21.  (12/30/94)
  22.  
  23. Version 1.4  -  Retries up to ten times when Connection Refused error received
  24.  (01/16/95)     from Windows Sockets.
  25.  
  26. Version 1.43 -  Added retry on Shutdown and Timeout errors.  Added two options
  27.  (01/30/95)     that can be placed in the [RCMD] section of WIN.INI:
  28.  
  29.                   RetryError:  Set this to the Windows Socket error number
  30.                                (usually between 10000 and 11000) that you
  31.                                want Winsock RCMD.DLL to retry on when
  32.                                received when trying to connect to the remote
  33.                                host.  This number should be POSITIVE, even
  34.                                though the Winsock RCMD.DLL error window shows
  35.                                it as negative.
  36.  
  37.                   RetryCount:  The number of times Winsock RCMD.DLL should
  38.                                retry when the Connection Refused, Shutdown,
  39.                                Timeout, or the error specified in the
  40.                                RetryError configuration option is received.
  41.                                The default is ten (10) times.
  42.  
  43. Version 1.50 -  Added additional retries for Trumpet.  Updated manual to show
  44.  (03/01/95)     how to use rexecd and passwords in addition to rshd.
  45.  
  46.